home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / IntlResources.idl < prev    next >
C/C++ Source or Header  |  1996-05-01  |  3KB  |  97 lines

  1. /*
  2.      File:        IntlResources.idl
  3.  
  4.      Contains:    International Resource definitions.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __INTLRESOURCES_IDL__
  19. #define __INTLRESOURCES_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. typedef SInt8                    DateOrders;
  31.  
  32. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  33. #endif
  34. /* move OffsetTable to QuickdrawText */
  35. typedef SOMLargeStruct            Intl0Rec;                    /* Derived from a struct of 32 bytes in size */
  36.  
  37. typedef OpaquePtr                Intl0Ptr;                    /* Substituted OpaquePtr for ``Intl0Rec*'' */
  38.  
  39. typedef OpaquePtr                Intl0Hndl;                    /* Substituted OpaquePtr for ``Intl0Ptr*'' */
  40.  
  41. typedef SOMLargeStruct            Intl1Rec;                    /* Derived from a struct of 332 bytes in size */
  42.  
  43. typedef OpaquePtr                Intl1Ptr;                    /* Substituted OpaquePtr for ``Intl1Rec*'' */
  44.  
  45. typedef OpaquePtr                Intl1Hndl;                    /* Substituted OpaquePtr for ``Intl1Ptr*'' */
  46.  
  47. /*fields for optional itl1 extension*/
  48. typedef SOMLargeStruct            Itl1ExtRec;                    /* Derived from a struct of 380 bytes in size */
  49.  
  50. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  51. #endif
  52. typedef SOMLargeStruct            UntokenTable;                /* Derived from a struct of 516 bytes in size */
  53.  
  54. typedef OpaquePtr                UntokenTablePtr;            /* Substituted OpaquePtr for ``UntokenTable*'' */
  55.  
  56. typedef OpaquePtr                UntokenTableHandle;            /* Substituted OpaquePtr for ``UntokenTablePtr*'' */
  57.  
  58. typedef SOMFourByteStruct        WideChar;                    /* Derived from a struct of 4 bytes in size */
  59.  
  60. typedef SOMLargeStruct            WideCharArr;                /* Derived from a struct of 22 bytes in size */
  61.  
  62. typedef SOMLargeStruct            NumberParts;                /* Derived from a struct of 172 bytes in size */
  63.  
  64. typedef OpaquePtr                NumberPartsPtr;                /* Substituted OpaquePtr for ``NumberParts*'' */
  65.  
  66. typedef SOMLargeStruct            Itl4Rec;                    /* Derived from a struct of 52 bytes in size */
  67.  
  68. typedef OpaquePtr                Itl4Ptr;                    /* Substituted OpaquePtr for ``Itl4Rec*'' */
  69.  
  70. typedef OpaquePtr                Itl4Handle;                    /* Substituted OpaquePtr for ``Itl4Ptr*'' */
  71.  
  72. /* New NItl4Rec for System 7.0: */
  73. typedef SOMLargeStruct            NItl4Rec;                    /* Derived from a struct of 68 bytes in size */
  74.  
  75. typedef OpaquePtr                NItl4Ptr;                    /* Substituted OpaquePtr for ``NItl4Rec*'' */
  76.  
  77. typedef OpaquePtr                NItl4Handle;                /* Substituted OpaquePtr for ``NItl4Ptr*'' */
  78.  
  79. typedef SOMLargeStruct            TableDirectoryRecord;        /* Derived from a struct of 16 bytes in size */
  80.  
  81. typedef SOMLargeStruct            Itl5Record;                    /* Derived from a struct of 28 bytes in size */
  82.  
  83. typedef SOMLargeStruct            RuleBasedTrslRecord;        /* Derived from a struct of 10 bytes in size */
  84.  
  85. typedef SOMLargeStruct            ItlcRecord;                    /* Derived from a struct of 48 bytes in size */
  86.  
  87. typedef SOMLargeStruct            ItlbRecord;                    /* Derived from a struct of 20 bytes in size */
  88.  
  89. /* New ItlbExtRecord structure for System 7.0 */
  90. typedef SOMLargeStruct            ItlbExtRecord;                /* Derived from a struct of 50 bytes in size */
  91.  
  92.  
  93. #endif /* __SOMIDL__ */
  94.  
  95. #endif /* __INTLRESOURCES_IDL__ */
  96.  
  97.